home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
grafix
/
misc
/
ami2d_2_0.lha
/
ami2d_dist
/
ami2d
/
test
/
grayscale.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-07-22
|
96 b
|
11 lines
/* gray scale */
options results
address ami2d
do i=1 to 12
color i i+3 i+3 i+3
end
exit